home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000350_news@columbia.edu_Wed Feb 1 16:11:10 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09787
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 1 Feb 1995 11:11:24 -0500
  3. Received: by apakabar.cc.columbia.edu id AA29824
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 1 Feb 1995 11:11:21 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MSKermit Login Problem
  9. Date: 1 Feb 1995 16:11:10 GMT
  10. Organization: Columbia University
  11. Lines: 32
  12. Message-Id: <3gobqu$t3l@apakabar.cc.columbia.edu>
  13. References: <9501291851.AA22159@swcscmd-fs>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <9501291851.AA22159@swcscmd-fs>,
  18. Mr. Calvin Rome <dtd-lo3@usasoc.soc.mil> wrote:
  19. >I need some help getting MSKermit to login to a UNIX platform
  20. >running SUNOS 4.1.
  21. >
  22. (Long description omitted...)
  23.  
  24. Forget about script programming for a moment.  Can you log in
  25. BY HAND?  If not, given evidence like the following:
  26.  
  27. > login: t-lo3      then it locks up
  28. > login: DD-3       then it locks up
  29. > login: dtd-lo3
  30. >
  31. I would say that your host had suddenly been programmed to require
  32. a certain type of parity for incoming characters, most likely "even".
  33. Try telling MS-DOS Kermit to:
  34.  
  35.   set parity even
  36.  
  37. (or "odd", "mark", or "space" if "even" doesn't do it) and most likely
  38. it will work.
  39.  
  40. By the way, this is one of the most fundamental problems we encounter
  41. in data communications, and you could not have missed it if you had
  42. read the manual.
  43.  
  44. - Frank
  45.  
  46. P.S. There is no earthly reason why a host should *require* parity on
  47. incoming characters, so another approach would be to ask the system
  48. administrators to put it back the way it was before.